home *** CD-ROM | disk | FTP | other *** search
- .TUTORIAL - Using the [ EXTERNAL ] symbol, "%%"
-
- How to "reserve" an event name with a symbol.
-
- As your application "evolves", you will probably move code into units
- and/or independent objects. To signal SHAZAM that a dummy routine
- need not be created, keywords or keyword-symbols are used.
-
- The "hdOpen" routine has been moved to the *.INC file and the *.EVT
- has been eliminated. We use the "%%" symbol to signal that the
- routine exists, so a "dummy routine" is not created.
-
- @PA - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- [ UNIT ]
- General /r @@ Use & register
-
- [ SUBMENU ] File ;;file management
- %%Open ;;open a file @@ *.INC file
- Save ;;save current window @@ EDITORS.PAS internal
-